home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / online / 04 / setup.exe / NOIPUpdater.exe / 0 / RCDATA / TADDHOST / TADDHOST.txt
Text File  |  2001-04-29  |  1KB  |  79 lines

  1. object AddHost: TAddHost
  2.   Left = 192
  3.   Top = 133
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Add Host'
  6.   ClientHeight = 78
  7.   ClientWidth = 264
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 131
  20.     Top = 13
  21.     Width = 3
  22.     Height = 13
  23.     Caption = '.'
  24.   end
  25.   object SubHost: TEdit
  26.     Left = 8
  27.     Top = 8
  28.     Width = 121
  29.     Height = 21
  30.     TabOrder = 0
  31.     OnChange = HostChange
  32.   end
  33.   object Host: TComboBox
  34.     Left = 136
  35.     Top = 8
  36.     Width = 121
  37.     Height = 21
  38.     Style = csDropDownList
  39.     ItemHeight = 13
  40.     TabOrder = 1
  41.     OnChange = HostChange
  42.     Items.Strings = (
  43.       'no-ip.com'
  44.       'servemp3.com'
  45.       'servequake.com'
  46.       'myftp.org')
  47.   end
  48.   object Button1: TButton
  49.     Left = 8
  50.     Top = 48
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Ok'
  54.     Default = True
  55.     Enabled = False
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.   end
  59.   object Button2: TButton
  60.     Left = 88
  61.     Top = 48
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = '&Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69.   object Button3: TButton
  70.     Left = 168
  71.     Top = 48
  72.     Width = 89
  73.     Height = 25
  74.     Caption = '&Sync Domain List'
  75.     TabOrder = 4
  76.     OnClick = Button3Click
  77.   end
  78. end
  79.